home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Graphics / Graphic Utilities / TeX previewer / TeX.preview.doc < prev    next >
Encoding:
Text File  |  1985-07-28  |  1.6 KB  |  46 lines  |  [TEXT/ttxt]

  1. /* Written  1:11 pm  Jul 17, 1985 by rick@sara70.UUCP in uiucdcs:net.sources.mac */
  2. /* ---------- "TeX and Macintosh, New directions i" ---------- */
  3.  
  4.  
  5. []
  6.  
  7. This application converts a picture in the ClipBoard from
  8. for example MacPaint or MacDraw, to a file with TeX commands.
  9.  
  10. The generated TeX commands can be incorporated in another
  11. TeX input file, or fed to TeX on its own. By using this
  12. program you can typeset Macintosh pictures within your TeX 
  13. documents in a standard TeX way.
  14.  
  15. There are some restrictions, however, mainly due to
  16. TeX (of course). The picture is typeset using rules,
  17. which cost TeX rather a lot of memory to store.
  18. If TeX complains about "TeX capacity exceeded" or
  19. something like that, take a smaller picture. Avoid
  20. patterns like gray especially, as every pixel will
  21. become one rule! I think you will not be able to 
  22. typeset a screendump with a standard production TeX,
  23. but small pictures like icons will work.
  24.  
  25. TeXSetScrap (the name of the application) has an icon of
  26. its own. If it does not appear, try setting the bundle bit
  27. with FEdit, or rebooting with the option and command keys
  28. both pressed. TeXnicians will find out what the icon means.
  29.  
  30. This is a very first version, merely a tryout. Some things
  31. can be done more efficiently, like using \skip<skip register>
  32. instead of \skip<explicit glue>. Also the use of leaders
  33. may prove interesting. (This for the real TeXackers only.)
  34.  
  35. Let me know if this is a useful application for you!
  36.  
  37. Rick Jansen
  38. {seismo,decvax,philabs}!mcvax!sara70!rick  (until 1-Sep-85)
  39.  
  40.  
  41.  
  42.  
  43. ----- cut here ----- here ----- or here --------
  44. (This file must be converted with BinHex 4.0)
  45.  
  46.